getUserEmail

suspend fun getUserEmail(): String

Retrieves the user's email from Firestore. The email is fetched from the user's document.

Return

The user's email address as a String.